A5W_UNLOAD_AEX Function

Syntax

A5W_UNLOAD_AEX()

Description

Deprecated. Unloads the Addin library that was loaded by a previous call to the 5w_load_aex() function.

Discussion

Deprecated. This function has been deprecated for Version 10.5, as it is not thread-safe. It will not be available in Version 11 or later. See Change In Way AEX Files are Used in a Web Application V10.5. The A5W_UNLOAD_AEX() function unloads the Addin library that was loaded by a previous call to the 5w_load_aex() function.

Example

<%A5
a5w_unload_aex()
%>

Limitations

Web applications only.

See Also